home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / flashbox.swf / scripts / DefineButton2_89 / BUTTONCONDACTION on(keyPress Up).as next >
Encoding:
Text File  |  2006-09-05  |  212 b   |  13 lines

  1. on(keyPress "<Up>"){
  2.    if(Running)
  3.    {
  4.       MoveMode = "RotateCW";
  5.       call("MovePiece");
  6.       tellTarget("MoveSound")
  7.       {
  8.          gotoAndStop("MoveSound");
  9.          play();
  10.       }
  11.    }
  12. }
  13.